home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / print / prncom.arj / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-01-30  |  1KB  |  41 lines

  1.  
  2. @echo off
  3. cls
  4. if %1x==x goto help
  5. echo This will copy all Print Commander! files to %1:\PCOM
  6. echo Press Ctrl-Break to abort or any other key to continue
  7. pause >nul
  8. echo Installing Print Commander! files in %1:\PCOM
  9. echo off
  10. md %1:\PCOM
  11. copy *.* %1:\PCOM
  12. echo Installation complete!
  13. echo (any key) to continue
  14. pause >nul
  15. cls
  16. echo  
  17. echo To start Print Commander! type the following at the prompt:
  18. echo  
  19. echo         PCOM (Enter)
  20. echo  
  21. echo To print out the manual:
  22. echo  
  23. echo    1. Adjust paper to top of page
  24. echo    2. Turn printer on
  25. echo    3. Set printer "on line"
  26. echo    4. Type the following at the prompt:
  27. echo  
  28. echo       EZPRINT MANUAL.TXT (Enter)
  29. %1:
  30. cd\pcom
  31. goto END
  32. :help
  33. echo Print Commander! installation
  34. echo ******************************************************************
  35. echo Usage: Install [destination] (Enter)
  36. echo        where [destination] is drive where you want files installed
  37. echo ******************************************************************
  38. echo Example: Install C (Enter)
  39. echo          will install files on drive C in directory \PCOM
  40. :END
  41.